Class: Aws::Route53GlobalResolver::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
The specified resource was not found. Verify the resource ID and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The unique ID of the resource referenced in the failed request.
-
#resource_type ⇒ String
The resource type of the resource referenced in the failed request.
Instance Attribute Details
#message ⇒ String
3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3714 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique ID of the resource referenced in the failed request.
3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3714 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the resource referenced in the failed request.
3714 3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3714 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |