Class: Aws::S3::Errors::InvalidObjectState
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3::Errors::InvalidObjectState
- Defined in:
- lib/aws-sdk-s3/errors.rb
Instance Method Summary collapse
- #access_tier ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidObjectState
constructor
A new instance of InvalidObjectState.
- #storage_class ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidObjectState
Returns a new instance of InvalidObjectState.
70 71 72 |
# File 'lib/aws-sdk-s3/errors.rb', line 70 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_tier ⇒ String
80 81 82 |
# File 'lib/aws-sdk-s3/errors.rb', line 80 def access_tier @data[:access_tier] end |
#storage_class ⇒ String
75 76 77 |
# File 'lib/aws-sdk-s3/errors.rb', line 75 def storage_class @data[:storage_class] end |