Class: Aws::ImportExport::Types::InvalidAccessKeyIdException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb

Overview

The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


394
395
396
397
398
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 394

class InvalidAccessKeyIdException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end