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.
279 280 281 |
# File 'sig/types.rbs', line 279 def last_valid_byte_received @last_valid_byte_received end |
#message ⇒ ::String
Returns the value of attribute message.
280 281 282 |
# File 'sig/types.rbs', line 280 def end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
277 278 279 |
# File 'sig/types.rbs', line 277 def repository_name @repository_name end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def upload_id @upload_id end |