Class: Aws::Route53::Types::NotAuthorizedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

Associating the specified VPC with the specified hosted zone has not been authorized.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6203
6204
6205
6206
6207
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6203

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