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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/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)


1539
1540
1541
1542
1543
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1539

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