Class: Aws::Types::BatchPutMetricsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutMetricsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "METRIC_LIMIT_EXCEEDED", ...
Returns the value of attribute code.
-
#metric_index ⇒ ::Integer
Returns the value of attribute metric_index.
Instance Attribute Details
#code ⇒ "METRIC_LIMIT_EXCEEDED", ...
Returns the value of attribute code.
22 23 24 |
# File 'sig/types.rbs', line 22 def code @code end |
#metric_index ⇒ ::Integer
Returns the value of attribute metric_index.
23 24 25 |
# File 'sig/types.rbs', line 23 def metric_index @metric_index end |