Class: Aws::Route53::Types::InvalidKMSArn
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::InvalidKMSArn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The KeyManagementServiceArn that you specified isn’t valid to use with DNSSEC signing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-route53/types.rb', line 4054 class InvalidKMSArn < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |