Class: Aws::Types::BatchDeleteFeaturedResultsSetError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteFeaturedResultsSetError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
152 153 154 |
# File 'sig/types.rbs', line 152 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
153 154 155 |
# File 'sig/types.rbs', line 153 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
151 152 153 |
# File 'sig/types.rbs', line 151 def id @id end |