Class: Aws::IdentityStore::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-identitystore/types.rb

Overview

The request failed because it contains a syntax error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-identitystore/types.rb', line 1944

class ValidationException < Struct.new(
  :message,
  :request_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Indicates the reason for the validation error when the service is unable to access a Customer Managed KMS key. For non-KMS permission errors, this field is not included.

Returns:

  • (String)


1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-identitystore/types.rb', line 1944

class ValidationException < Struct.new(
  :message,
  :request_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.

Returns:

  • (String)


1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-identitystore/types.rb', line 1944

class ValidationException < Struct.new(
  :message,
  :request_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end