Class: Aws::SNS::Types::UserErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::UserErrorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that a request parameter does not comply with the associated constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-sns/types.rb', line 3068 class UserErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |