Class: Aws::ECRPublic::Types::LayerPartTooSmallException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/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

#messageString

Returns:

  • (String)


1113
1114
1115
1116
1117
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1113

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