Class: Aws::Types::FailedSpaceResourceOperation
- Inherits:
-
Object
- Object
- Aws::Types::FailedSpaceResourceOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
Returns the value of attribute resource_details.
-
#resource_type ⇒ "TOPIC", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
5398 5399 5400 |
# File 'sig/types.rbs', line 5398 def @error_message end |
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
Returns the value of attribute resource_details.
5397 5398 5399 |
# File 'sig/types.rbs', line 5397 def resource_details @resource_details end |
#resource_type ⇒ "TOPIC", ...
Returns the value of attribute resource_type.
5396 5397 5398 |
# File 'sig/types.rbs', line 5396 def resource_type @resource_type end |