Class: Aws::TrustedAdvisor::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Exception that the request failed to satisfy service constraints
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1371 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |