Class: Aws::S3::Types::Error

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
# File 'lib/aws-sdk-s3/types.rb', line 2321

class Error < Struct.new(
  :key,
  :version_id,
  :code,
  :message)
  include Aws::Structure
end

#keyString

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
# File 'lib/aws-sdk-s3/types.rb', line 2321

class Error < Struct.new(
  :key,
  :version_id,
  :code,
  :message)
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
# File 'lib/aws-sdk-s3/types.rb', line 2321

class Error < Struct.new(
  :key,
  :version_id,
  :code,
  :message)
  include Aws::Structure
end

#version_idString

Returns:

  • (String)


2321
2322
2323
2324
2325
2326
2327
# File 'lib/aws-sdk-s3/types.rb', line 2321

class Error < Struct.new(
  :key,
  :version_id,
  :code,
  :message)
  include Aws::Structure
end