class Aws::Errors::MetadataParserError

Raised when InstanceProfileCredentialsProvider or EcsCredentialsProvider fails to parse the metadata response after retries

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/aws-sdk-core/errors.rb, line 56
def initialize(*args)
  msg = 'Failed to parse metadata service response.'
  super(msg)
end