miasma-rb / miasma-aws

Miasma AWS API
Other
8 stars 8 forks source link

NoMethodError fix for load_ecs_credentials! #42

Closed ostap36 closed 7 years ago

ostap36 commented 7 years ago

Sfn is failing to run with an ecs task role configuration due to the following exception caused by method name mismatch. This should address that.

ERROR: Miasma::Error: Failed to load requested API type :Orchestration (Reason: NoMethodError - undefined method `load_ecs_credentials' for #<Miasma::Models::Orchestration::Aws:0x00000002134d20> Did you mean? load_ecs_credentials!)

Pull requesting into master since this is a one commit bug fix.

Thank you