Class: Aws::AppRunner::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::InvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
You can’t perform this action when the resource is in its current state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1662 1663 1664 1665 1666 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1662 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |