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.
614 615 616 |
# File 'sig/types.rbs', line 614 def arn @arn end |
#message ⇒ ::String
Returns the value of attribute message.
616 617 618 |
# File 'sig/types.rbs', line 616 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
615 616 617 |
# File 'sig/types.rbs', line 615 def type @type end |