Class: Aws::ACMPCA::Types::InvalidArgsException

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

Overview

One or more of the specified arguments was not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1474
1475
1476
1477
1478
# File 'lib/aws-sdk-acmpca/types.rb', line 1474

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