Class: Aws::ECRPublic::Types::InvalidLayerPartException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::InvalidLayerPartException
- Includes:
- Structure
- Defined in:
- 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
-
#last_valid_byte_received ⇒ Integer
The position of the last byte of the layer part.
- #message ⇒ String
-
#registry_id ⇒ String
The Amazon Web Services account ID that’s associated with the layer part.
-
#repository_name ⇒ String
The name of the repository.
-
#upload_id ⇒ String
The upload ID that’s associated with the layer part.
Instance Attribute Details
#last_valid_byte_received ⇒ Integer
The position of the last byte of the layer part.
999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File '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 |
#message ⇒ String
999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File '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_id ⇒ String
The Amazon Web Services account ID that’s associated with the layer part.
999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File '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_name ⇒ String
The name of the repository.
999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File '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_id ⇒ String
The upload ID that’s associated with the layer part.
999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File '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 |