Class: Aws::Types::AssetBundleImportJobError
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
577 578 579 |
# File 'sig/types.rbs', line 577 def arn @arn end |
#message ⇒ ::String
Returns the value of attribute message.
579 580 581 |
# File 'sig/types.rbs', line 579 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
578 579 580 |
# File 'sig/types.rbs', line 578 def type @type end |