Class: Aws::BCMDashboards::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdashboards/types.rb
Overview
The input parameters do not satisfy the requirements. Check the error message for specific validation details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 1456 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |