Class: Aws::S3::Types::Error
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Error
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ 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 |
#key ⇒ 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 |