Class: Aws::Types::Warning
- Inherits:
-
Object
- Object
- Aws::Types::Warning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#pages ⇒ ::Array[::Integer]
Returns the value of attribute pages.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
756 757 758 |
# File 'sig/types.rbs', line 756 def error_code @error_code end |
#pages ⇒ ::Array[::Integer]
Returns the value of attribute pages.
757 758 759 |
# File 'sig/types.rbs', line 757 def pages @pages end |