Class: Aws::Types::AssetBundleExportJobError
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleExportJobError
- 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.
459 460 461 |
# File 'sig/types.rbs', line 459 def arn @arn end |
#message ⇒ ::String
Returns the value of attribute message.
461 462 463 |
# File 'sig/types.rbs', line 461 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
460 461 462 |
# File 'sig/types.rbs', line 460 def type @type end |