Class: Aws::CodeStarconnections::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ResourceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Resource not found. Verify the ARN for the host resource and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1270 1271 1272 1273 1274 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1270 class ResourceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |