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

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

Overview

Resource not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3818

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

#resource_idString

Can’t find the resource id.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3818

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

#resource_typeString

The resource type is not valid.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3818

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