Class: Aws::ACM::Types::InvalidArgsException

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

Overview

One or more of of request parameters specified is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


904
905
906
907
908
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 904

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