Class: Aws::WorkMail::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
One or more of the input parameters don’t match the service’s restrictions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2916 2917 2918 2919 2920 |
# File 'lib/aws-sdk-workmail/types.rb', line 2916 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |