Class: Aws::IoT::Types::CertificateStateException

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

Overview

The certificate operation is not allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


1928
1929
1930
1931
1932
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1928

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