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
6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-s3/types.rb', line 6826 class InvalidObjectState < Struct.new( :storage_class, :access_tier) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
6826 6827 6828 6829 6830 6831 |
# File 'lib/aws-sdk-s3/types.rb', line 6826 class InvalidObjectState < Struct.new( :storage_class, :access_tier) SENSITIVE = [] include Aws::Structure end |