Class: Aws::ACM::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::InvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Processing has reached an invalid state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
948 949 950 951 952 |
# File 'lib/aws-sdk-acm/types.rb', line 948 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |