Class: Aws::Types::TaskSubmitFailedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskSubmitFailedEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def error @error end |
#resource ⇒ ::String
Returns the value of attribute resource.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def resource @resource end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def resource_type @resource_type end |