Class: Aws::SimSpaceWeaver::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::ValidationException
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1191 1192 1193 1194 1195 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1191 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |