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.
5664 5665 5666 |
# File 'sig/types.rbs', line 5664 def @error_message end |
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
Returns the value of attribute resource_details.
5663 5664 5665 |
# File 'sig/types.rbs', line 5663 def resource_details @resource_details end |
#resource_type ⇒ "TOPIC", ...
Returns the value of attribute resource_type.
5662 5663 5664 |
# File 'sig/types.rbs', line 5662 def resource_type @resource_type end |