Class: Aws::CloudWatchRUM::Types::ResourceNotFoundException

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

Overview

Resource not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1458

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

#resource_nameString

The name of the resource that is associated with the error.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1458

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

#resource_typeString

The type of the resource that is associated with the error.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1458

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