class Aws::S3::Errors::InvalidObjectState
def access_tier
-
(String)
-
def access_tier @data[:access_tier] end
def initialize(context, message, data = Aws::EmptyStructure.new)
-
data
(Aws::S3::Types::InvalidObjectState
) -- -
message
(String
) -- -
context
(Seahorse::Client::RequestContext
) --
def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
def storage_class
-
(String)
-
def storage_class @data[:storage_class] end