Class: Aws::ECR::Types::EmptyUploadException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::EmptyUploadException
- Includes:
- Structure
- Defined in:
- 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.
1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-ecr/types.rb', line 1397 class EmptyUploadException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |