Class: Aws::ACMPCA::Types::InvalidRequestException

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

Overview

The request action cannot be performed or is prohibited.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1535
1536
1537
1538
1539
# File 'lib/aws-sdk-acmpca/types.rb', line 1535

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