Class: Aws::CodeStarconnections::Types::ResourceUnavailableException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


504
505
506
507
508
# File 'lib/aws-sdk-codestarconnections/types.rb', line 504

class ResourceUnavailableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end