Class: Aws::Types::InvalidObjectState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_tier"ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"

Returns the value of attribute access_tier.

Returns:

  • ("ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS")


1480
1481
1482
# File 'sig/types.rbs', line 1480

def access_tier
  @access_tier
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP")


1479
1480
1481
# File 'sig/types.rbs', line 1479

def storage_class
  @storage_class
end