Class: Aws::ECR::Types::LayerPartTooSmallException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


2568
2569
2570
2571
2572
# File 'lib/aws-sdk-ecr/types.rb', line 2568

class LayerPartTooSmallException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end