Class: Aws::Route53Profiles::Types::ResourceNotFoundException

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

Overview

The resource you are associating is not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


829
830
831
832
833
834
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 829

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

#resource_typeString

The resource type that caused the resource not found exception.

Returns:

  • (String)


829
830
831
832
833
834
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 829

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