Class: Aws::ACM::Types::InvalidStateException

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

Overview

Processing has reached an invalid state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


958
959
960
961
962
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 958

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