Class: Aws::Route53Profiles::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
The resource you are associating is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_type ⇒ String
The resource type that caused the resource not found exception.
Instance Attribute Details
#message ⇒ String
830 831 832 833 834 835 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 830 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type that caused the resource not found exception.
830 831 832 833 834 835 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 830 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |