Class: Aws::Types::BatchGetProfileError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetProfileError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
181 182 183 |
# File 'sig/types.rbs', line 181 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
182 183 184 |
# File 'sig/types.rbs', line 182 def @message end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def profile_id @profile_id end |