Class: Aws::VerifiedPermissions::Types::BatchGetPolicyErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::BatchGetPolicyErrorItem
- 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
-
#code ⇒ String
The error code that was returned.
-
#message ⇒ String
A detailed error message.
-
#policy_id ⇒ String
The identifier of the policy associated with the failed request.
-
#policy_store_id ⇒ String
The identifier of the policy store associated with the failed request.
Instance Attribute Details
#code ⇒ String
The error code that was returned.
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 |
#message ⇒ String
A detailed error message.
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_id ⇒ String
The identifier of the policy associated with the failed request.
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_id ⇒ String
The identifier of the policy store associated with the failed request.
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 |