Class: Aws::FinSpaceData::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
The input fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2832 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2832 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |