Class: Aws::Types::MetricDataError
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "INTERNAL_FAILURE", "ACCESS_DENIED"
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 ⇒ "INTERNAL_FAILURE", "ACCESS_DENIED"
Returns the value of attribute code.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def code @code end |
#id ⇒ ::String
Returns the value of attribute id.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def @message end |