Class: Aws::Route53Resolver::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
4899 4900 4901 4902 4903 4904 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4899 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.
4899 4900 4901 4902 4903 4904 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4899 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |