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
3067 3068 3069 3070 3071 |
# File 'lib/aws-sdk-sns/types.rb', line 3067 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |