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)


2131
2132
2133
2134
2135
2136
2137
# File 'lib/aws-sdk-s3/types.rb', line 2131

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

#keyString

Returns:

  • (String)


2131
2132
2133
2134
2135
2136
2137
# File 'lib/aws-sdk-s3/types.rb', line 2131

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

#messageString

Returns:

  • (String)


2131
2132
2133
2134
2135
2136
2137
# File 'lib/aws-sdk-s3/types.rb', line 2131

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

#version_idString

Returns:

  • (String)


2131
2132
2133
2134
2135
2136
2137
# File 'lib/aws-sdk-s3/types.rb', line 2131

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