Retrieve retrieves credentials from the EC2 service. Error will be returned if the request fails, or unable to extract the desired
()
| 236 | // Error will be returned if the request fails, or unable to extract |
| 237 | // the desired |
| 238 | func (m *IAM) Retrieve() (Value, error) { |
| 239 | return m.RetrieveWithCredContext(nil) |
| 240 | } |
| 241 | |
| 242 | // A ec2RoleCredRespBody provides the shape for unmarshaling credential |
| 243 | // request responses. |
nothing calls this directly
no test coverage detected