Class: Aws::VerifiedPermissions::Types::InvalidStateException

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

Overview

The policy store can’t be deleted because deletion protection is enabled. To delete this policy store, disable deletion protection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2455
2456
2457
2458
2459
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2455

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