Class: Aws::ECR::Types::EmptyUploadException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::EmptyUploadException
- 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
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
1145 1146 1147 1148 1149 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1145 class EmptyUploadException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |