Class: Aws::Route53::Types::IncompatibleVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::IncompatibleVersion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
The resource you’re trying to access is unsupported on this Amazon Route 53 endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3952 3953 3954 3955 3956  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 3952 class IncompatibleVersion < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |