Class: Aws::ECRPublic::Types::InvalidLayerPartException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

The layer part size isn't valid, or the first byte specified isn't consecutive to the last byte of a previous layer part upload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_valid_byte_receivedInteger

The position of the last byte of the layer part.

Returns:

  • (Integer)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 999

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 999

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID that's associated with the layer part.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 999

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 999

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

The upload ID that's associated with the layer part.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 999

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end