Class: Aws::CodeStarconnections::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Resource not found. Verify the connection resource ARN and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
490 491 492 493 494 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 490 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |