Class: Aws::CodeConnections::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/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
1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1178 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |