Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#validation_exception_type ⇒ "CONTAINER_TYPE_IMMUTABLE", ...
Returns the value of attribute validation_exception_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
986 987 988 |
# File 'sig/types.rbs', line 986 def @message end |
#validation_exception_type ⇒ "CONTAINER_TYPE_IMMUTABLE", ...
Returns the value of attribute validation_exception_type.
987 988 989 |
# File 'sig/types.rbs', line 987 def validation_exception_type @validation_exception_type end |