Class: Aws::AppRunner::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::InvalidStateException
- Defined in:
- gems/aws-sdk-apprunner/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
1738 1739 1740 1741 1742 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1738 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |