Class: Aws::Types::BatchGetCalculatedAttributeForProfileError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCalculatedAttributeForProfileError
- 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.
159 160 161 |
# File 'sig/types.rbs', line 159 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
160 161 162 |
# File 'sig/types.rbs', line 160 def @message end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def profile_id @profile_id end |