Class: Aws::SNS::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that a parameter in the request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-sns/types.rb', line 3081 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |