Class: Aws::Route53RecoveryCluster::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
The request references a routing control or control panel that was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
Hypothetical resource identifier that was not found.
-
#resource_type ⇒ String
Hypothetical resource type that was not found.
Instance Attribute Details
#message ⇒ String
175 176 177 178 179 180 181 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 175 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Hypothetical resource identifier that was not found
175 176 177 178 179 180 181 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 175 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Hypothetical resource type that was not found
175 176 177 178 179 180 181 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 175 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |