Class: Aws::ECR::Types::LayerPartTooSmallException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LayerPartTooSmallException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Layer parts must be at least 5 MiB in size.
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.
2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-ecr/types.rb', line 2568 class LayerPartTooSmallException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |