Class: Aws::AppRunner::Types::InvalidStateException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1662
1663
1664
1665
1666
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1662

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