Class: Aws::S3::Types::InvalidObjectState
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InvalidObjectState
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Object is archived and inaccessible until restored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#access_tier ⇒ String
6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-s3/types.rb', line 6618 class InvalidObjectState < Struct.new( :storage_class, :access_tier) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-s3/types.rb', line 6618 class InvalidObjectState < Struct.new( :storage_class, :access_tier) SENSITIVE = [] include Aws::Structure end |