Class: Aws::Kinesis::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
The resource is not available for this operation. For successful
operation, the resource must be in the ACTIVE
state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1791 1792 1793 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1791 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1791 class ResourceInUseException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |