Class: Aws::VerifiedPermissions::Types::BatchGetPolicyErrorItem

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

Overview

Contains the information about an error resulting from a ‘BatchGetPolicy` API call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code that was returned.

Returns:

  • (String)


209
210
211
212
213
214
215
216
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 209

class BatchGetPolicyErrorItem < Struct.new(
  :code,
  :policy_store_id,
  :policy_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A detailed error message.

Returns:

  • (String)


209
210
211
212
213
214
215
216
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 209

class BatchGetPolicyErrorItem < Struct.new(
  :code,
  :policy_store_id,
  :policy_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#policy_idString

The identifier of the policy associated with the failed request.

Returns:

  • (String)


209
210
211
212
213
214
215
216
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 209

class BatchGetPolicyErrorItem < Struct.new(
  :code,
  :policy_store_id,
  :policy_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

The identifier of the policy store associated with the failed request.

Returns:

  • (String)


209
210
211
212
213
214
215
216
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 209

class BatchGetPolicyErrorItem < Struct.new(
  :code,
  :policy_store_id,
  :policy_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end