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.
428 429 430 |
# File 'sig/types.rbs', line 428 def arn @arn end |
#message ⇒ ::String
Returns the value of attribute message.
430 431 432 |
# File 'sig/types.rbs', line 430 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
429 430 431 |
# File 'sig/types.rbs', line 429 def type @type end |