Class: Aws::Types::BatchGetPolicyErrorItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"POLICY_STORE_NOT_FOUND", ...

Returns the value of attribute code.

Returns:

  • ("POLICY_STORE_NOT_FOUND", "POLICY_NOT_FOUND", "POLICY_STORE_ALIAS_NOT_FOUND")


61
62
63
# File 'sig/types.rbs', line 61

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def message
  @message
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def policy_id
  @policy_id
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def policy_store_id
  @policy_store_id
end