Class: Aws::STS::Types::MalformedPolicyDocumentException

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

Overview

The request was rejected because the policy document was malformed. The error message describes the specific error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1458
1459
1460
1461
1462
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1458

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