Class: Aws::Route53Domains::Types::InvalidInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

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.

Returns:

  • (String)


1860
1861
1862
1863
1864
# File 'lib/aws-sdk-route53domains/types.rb', line 1860

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