Class: Aws::Route53Resolver::Types::UnknownResourceException

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

Overview

The specified resource doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4793
4794
4795
4796
4797
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4793

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