Class: Aws::Types::CollectionErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::CollectionErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
137 138 139 |
# File 'sig/types.rbs', line 137 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
136 137 138 |
# File 'sig/types.rbs', line 136 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
134 135 136 |
# File 'sig/types.rbs', line 134 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
135 136 137 |
# File 'sig/types.rbs', line 135 def name @name end |