Class: Aws::Types::ErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::ErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "SubnetNotFound", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
Instance Attribute Details
#error_code ⇒ "SubnetNotFound", ...
Returns the value of attribute error_code.
988 989 990 |
# File 'sig/types.rbs', line 988 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
989 990 991 |
# File 'sig/types.rbs', line 989 def @error_message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
990 991 992 |
# File 'sig/types.rbs', line 990 def resource_ids @resource_ids end |