Class: Aws::RolesAnywhere::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Validation exception error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1255 1256 1257 1258 1259 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1255 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |