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
1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1172 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |