Class: Aws::S3::Types::InvalidObjectState

Inherits:
Struct
  • Object
show all
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_tierString

Returns:

  • (String)


7776
7777
7778
7779
7780
7781
# File 'lib/aws-sdk-s3/types.rb', line 7776

class InvalidObjectState < Struct.new(
  :storage_class,
  :access_tier)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classString

Returns:

  • (String)


7776
7777
7778
7779
7780
7781
# File 'lib/aws-sdk-s3/types.rb', line 7776

class InvalidObjectState < Struct.new(
  :storage_class,
  :access_tier)
  SENSITIVE = []
  include Aws::Structure
end