Class: Aws::ECRPublic::Types::EmptyUploadException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

The specified layer upload doesn't contain any layer parts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


584
585
586
587
588
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 584

class EmptyUploadException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end