class Aws::ECR::Errors::InvalidLayerPartException
def initialize(context, message, data = Aws::EmptyStructure.new)
-
data
(Aws::ECR::Types::InvalidLayerPartException
) -- -
message
(String
) -- -
context
(Seahorse::Client::RequestContext
) --
def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
def last_valid_byte_received
-
(String)
-
def last_valid_byte_received @data[:last_valid_byte_received] end
def message
-
(String)
-
def message @message || @data[:message] end
def registry_id
-
(String)
-
def registry_id @data[:registry_id] end
def repository_name
-
(String)
-
def repository_name @data[:repository_name] end
def upload_id
-
(String)
-
def upload_id @data[:upload_id] end