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)


2551
2552
2553
2554
2555
# File 'lib/aws-sdk-ecr/types.rb', line 2551

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