Class: Aws::ApplicationSignals::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb

Overview

Resource not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1116

class ResourceNotFoundException < Struct.new(
  :resource_type,
  :resource_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Cannot find the resource id.

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1116

class ResourceNotFoundException < Struct.new(
  :resource_type,
  :resource_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type is not valid.

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1116

class ResourceNotFoundException < Struct.new(
  :resource_type,
  :resource_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end