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
1907 1908 1909 1910 1911 1912 1913 |
# File 'lib/aws-sdk-s3/types.rb', line 1907 class Error < Struct.new( :key, :version_id, :code, :message) include Aws::Structure end |
#key ⇒ String
1907 1908 1909 1910 1911 1912 1913 |
# File 'lib/aws-sdk-s3/types.rb', line 1907 class Error < Struct.new( :key, :version_id, :code, :message) include Aws::Structure end |