Class: Aws::Types::TaskStartFailedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskStartFailedEventDetails
- 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.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def error @error end |
#resource ⇒ ::String
Returns the value of attribute resource.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def resource @resource end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def resource_type @resource_type end |