Class: Aws::CodeStarNotifications::Types::ResourceAlreadyExistsException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeStarNotifications::Types::ResourceAlreadyExistsException
 
- Defined in:
- gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb
Overview
A resource with the same name or ID already exists. Notification rule names must be unique in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 613 614 615 616 617 | # File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 613 class ResourceAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |