Class: Aws::SocialMessaging::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
The request was denied because it would exceed one or more service quotas or limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
857 858 859 860 861 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 857 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |