Class: Aws::SupportApp::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupportApp::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supportapp/types.rb
Overview
Your request input doesn’t meet the constraints that the Amazon Web Services Support App specifies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
622 623 624 625 626 |
# File 'lib/aws-sdk-supportapp/types.rb', line 622 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |