Class: Aws::Route53Domains::Types::InvalidInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::InvalidInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn’t belong to the account that submitted the request. For ‘AcceptDomainTransferFromAnotherAwsAccount`, the password might be invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The requested item is not acceptable.
Instance Attribute Details
#message ⇒ String
The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation that is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.
1850 1851 1852 1853 1854 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1850 class InvalidInput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |