Class: Aws::ECR::Types::EmptyUploadException

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

Overview

The specified layer upload does not contain any layer parts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


1192
1193
1194
1195
1196
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1192

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