Class: Aws::ECRPublic::Types::LayerPartTooSmallException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECRPublic::Types::LayerPartTooSmallException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecrpublic/types.rb
 
Overview
Layer parts must be at least 5 MiB in size.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1113 1114 1115 1116 1117  | 
    
      # File 'lib/aws-sdk-ecrpublic/types.rb', line 1113 class LayerPartTooSmallException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |