Class: Aws::CodeStarNotifications::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
AWS CodeStar Notifications can’t find a resource that matches the provided ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
625 626 627 628 629 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 625 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |