class Aws::Errors::MetadataParserError
Raised when InstanceProfileCredentialsProvider or EcsCredentialsProvider fails to parse the metadata response after retries
Public Class Methods
Source
# File lib/aws-sdk-core/errors.rb, line 56 def initialize(*args) msg = 'Failed to parse metadata service response.' super(msg) end
Calls superclass method