Class: Aws::CodeStarNotifications::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to accounts, notification rules, notifications, resources, and targets. For more information, see Limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
335 336 337 338 339 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 335 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |