Class: Aws::Types::CollectionGroupErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::CollectionGroupErrorDetail
- 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.
175 176 177 |
# File 'sig/types.rbs', line 175 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
174 175 176 |
# File 'sig/types.rbs', line 174 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
172 173 174 |
# File 'sig/types.rbs', line 172 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
173 174 175 |
# File 'sig/types.rbs', line 173 def name @name end |