Class: Aws::SocialMessaging::Types::InvalidParametersException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::InvalidParametersException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
One or more parameters provided to the action are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
298 299 300 301 302 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 298 class InvalidParametersException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |