Class: Aws::ECR::Types::LayerPartTooSmallException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LayerPartTooSmallException
- Defined in:
- gems/aws-sdk-ecr/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.
2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2571 class LayerPartTooSmallException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |