Class: Aws::S3::Errors::InvalidObjectState

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-s3/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidObjectState

Returns a new instance of InvalidObjectState.

Parameters:



142
143
144
# File 'lib/aws-sdk-s3/errors.rb', line 142

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#access_tierString

Returns:

  • (String)


152
153
154
# File 'lib/aws-sdk-s3/errors.rb', line 152

def access_tier
  @data[:access_tier]
end

#storage_classString

Returns:

  • (String)


147
148
149
# File 'lib/aws-sdk-s3/errors.rb', line 147

def storage_class
  @data[:storage_class]
end