Class: Aws::Route53RecoveryControlConfig::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
1102 1103 1104 1105 1106 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1102 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |