Class: Aws::Types::BatchPutProfileObjectErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutProfileObjectErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::Integer
Returns the value of attribute code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::Integer
Returns the value of attribute code.
201 202 203 |
# File 'sig/types.rbs', line 201 def code @code end |
#id ⇒ ::String
Returns the value of attribute id.
200 201 202 |
# File 'sig/types.rbs', line 200 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
202 203 204 |
# File 'sig/types.rbs', line 202 def @message end |