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

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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


2270
2271
2272
2273
2274
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2270

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