Class: Aws::Types::ProfileQueryFailures
- Inherits:
-
Object
- Object
- Aws::Types::ProfileQueryFailures
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def @message end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def profile_id @profile_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def status @status end |