Class: Aws::VerifiedPermissions::Types::ValidationExceptionField

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

Overview

Details about a field that failed policy validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Describes the policy validation error.

Returns:

  • (String)


3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3597

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

#pathString

The path to the specific element that Verified Permissions found to be not valid.

Returns:

  • (String)


3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3597

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