Class: Aws::Route53Resolver::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResourceNotFoundException
- 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
-
#message ⇒ String
-
#resource_type ⇒ String
For a
ResourceNotFoundException
error, the type of resource that doesn't exist.
Instance Attribute Details
#message ⇒ String
4741 4742 4743 4744 4745 4746 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4741 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
For a ResourceNotFoundException
error, the type of resource that
doesn't exist.
4741 4742 4743 4744 4745 4746 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4741 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |