Class: Aws::Route53RecoveryControlConfig::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
404 response - MalformedQueryString. The query string contains a syntax error or resource not found..
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1278 1279 1280 1281 1282 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1278 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |