Class: Aws::Route53::Types::IncompatibleVersion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

#messageString

Returns:

  • (String)


3952
3953
3954
3955
3956
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3952

class IncompatibleVersion < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end