Class: Aws::MailManager::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The request validation has failed. For details, see the accompanying error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3791 3792 3793 3794 3795 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3791 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |