Class: Aws::S3::Types::InvalidObjectState
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InvalidObjectState
- Defined in:
- gems/aws-sdk-s3/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
6626 6627 6628 6629 6630 6631 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6626 class InvalidObjectState < Struct.new( :storage_class, :access_tier) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
6626 6627 6628 6629 6630 6631 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6626 class InvalidObjectState < Struct.new( :storage_class, :access_tier) SENSITIVE = [] include Aws::Structure end |