Class: Aws::Types::InvalidLayerPartException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidLayerPartException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_valid_byte_received ⇒ ::Integer
Returns the value of attribute last_valid_byte_received.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#last_valid_byte_received ⇒ ::Integer
Returns the value of attribute last_valid_byte_received.
725 726 727 |
# File 'sig/types.rbs', line 725 def last_valid_byte_received @last_valid_byte_received end |
#message ⇒ ::String
Returns the value of attribute message.
726 727 728 |
# File 'sig/types.rbs', line 726 def @message end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
722 723 724 |
# File 'sig/types.rbs', line 722 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
723 724 725 |
# File 'sig/types.rbs', line 723 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
724 725 726 |
# File 'sig/types.rbs', line 724 def upload_id @upload_id end |